home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / snpd9611.zip / REGKEY.H < prev    next >
C/C++ Source or Header  |  1996-11-24  |  347b  |  17 lines

  1. /* +++Date last modified: 11-Jun-1996 */
  2.  
  3. /*
  4. **  REGKEY.H - SNIPPETS header file for REGIT.C and CHKREG.C
  5. */
  6.  
  7. #include <stdio.h>
  8. #include <stdlib.h>
  9. #include <string.h>
  10. #include <ctype.h>
  11.  
  12. /* Choose your own values for these */
  13.  
  14. #define XOR_PRIME      0xFFFFFFFF
  15. #define XOR_CRYPT      0x13579ACE
  16. #define XOR_POST_CRYPT 0x2468BDF0
  17.